GtkMenuTracker: fix signal handler argument list
authorRyan Lortie <desrt@desrt.ca>
Thu, 5 Jun 2014 12:28:48 +0000 (08:28 -0400)
committerRyan Lortie <desrt@desrt.ca>
Thu, 5 Jun 2014 12:29:59 +0000 (08:29 -0400)
commit8011d853e195bd783db8ec2110a7ecd93e65e237
tree616d60a8cb9c51bd95a28e02b0441545f6809a4e
parent797a45bcf989d6e2e4c3a6fb2a5a85129986634d
GtkMenuTracker: fix signal handler argument list

The signal handler for the visibility of menu items changing had the
wrong signature, resulting in the GParamSpec from the notify signal
being treated as a boolean (which was always true).  This resulted in
items being added over and over and never being removed.

Fix that...
gtk/gtkmenutracker.c